'Declaration<DispIdAttribute(150)> Function GetAnnotationRect( _ ByVal AnnotationIdx As Integer, _ ByRef Left As Single, _ ByRef Top As Single, _ ByRef Width As Single, _ ByRef Height As Single _ ) As GdPictureStatus
[DispId(150)] GdPictureStatus GetAnnotationRect( int AnnotationIdx, ref float Left, ref float Top, ref float Width, ref float Height )
function GetAnnotationRect(
AnnotationIdx: Integer;
var Left: Single;
var Top: Single;
var Width: Single;
var Height: Single
): GdPictureStatus;
DispIdAttribute(150) function GetAnnotationRect( AnnotationIdx : int, Left : float, Top : float, Width : float, Height : float ) : GdPictureStatus;
[DispId(150)] GdPictureStatus GetAnnotationRect( int AnnotationIdx, ref float Left, ref float Top, ref float Width, ref float Height )
[DispId(150)] GdPictureStatus GetAnnotationRect( int AnnotationIdx, float% Left, float% Top, float% Width, float% Height )
Parameters
- AnnotationIdx
- Left
- Top
- Width
- Height